home *** CD-ROM | disk | FTP | other *** search
/ Super PC 34 / Super PC 34 (Shareware).iso / spc / UTIL / DJGPP2 / V2 / DJTST200.ZIP / tests / dxe / add.c next >
Encoding:
Text File  |  1995-04-21  |  40 b   |  5 lines

  1. add(int a, int b)
  2. {
  3.   return a+b;
  4. }
  5.